home *** CD-ROM | disk | FTP | other *** search
- Matthew Wilcox wrote:
- > > ===> main
- > > gcc -c -I../os/unix -I../include -DLINUX=2 -D__arm -DUSE_HSREGEX
- > > http_config.c
- > > http_config.c:271: parse error before `module'
- >
- > Well, based on a quick look at the code in question, line 271 uses
- > XtOffset. This isn't a function I'm aware of, so I do
- > `find . -type f |xargs grep XtOffset |less'. I discover it's defined in
- > include/conf.h. So look through that... ah, there it is. For some
- > reason, if __arm is defined, it defines it to be _Offsetof(...) which
- > I can't find defined anywhere. I recommend you todge the Makefile and
- > remove the -D__arm from it; maybe it'll work then?
-
- Nope; makes no difference. It didn't originally *have* the __arm flag
- in; I added it in after looking through conf.h and finding the #ifdef
- __arm. Made no difference at all. Bleargh.
-
- Sam
- --
- Home page: http://www.illuminated.co.uk/
- INWO Homebrew: http://www.illuminated.co.uk/inwo/
- Not my employer's opinion, no snappy quote
- unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu
-
-